/ Assembly List / LJCNetCommon / NetCommon / GetBoolean

Namespace - LJCNetCommon


Parameters
value - The value object.

Returns

The boolean value or false if the object is null. Also returns false if the object is not type "bool".

Syntax

C#
public static Boolean GetBoolean(Object value)

Gets a boolean value from an object.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.